home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PROGRAM
/
ZTIMER11.ARJ
/
READ.ME
< prev
next >
Wrap
Text File
|
1992-04-21
|
841b
|
18 lines
Makefile utilities
------------------
These two utilities are very simple but help to simplify my makefiles.
I use them all the time and the makefile in the archive that these
files came in use these utilties. They must be placed in the path or in
the current directory that you are executing make in.
'foreach' simply performs a command on a number of files, where the files
are specified in a list. This list can be manually created or can be
passed directly to it via a temporary file in Borland's make.
'buildrsp' takes a list of input files and build a Turbo Librarian response
file which minimise the amount of makefile maintenance that needs to be
done (we dont need to manage the response file anymore - they are automatic :-)
Kendall Bennett - April 1992